go/parser.parser.printTrace (method)

6 uses

	go/parser (current package)
		parser.go#L82: func (p *parser) printTrace(a ...any) {
		parser.go#L98: 	p.printTrace(msg, "(")
		parser.go#L106: 	p.printTrace(")")
		parser.go#L137: 			p.printTrace(s, p.lit)
		parser.go#L139: 			p.printTrace("\"" + s + "\"")
		parser.go#L141: 			p.printTrace(s)